home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Top10FreewarePL-SOFT / Milo / milo060setup.exe / {app} / Milo.exe / 0 / RCDATA / TRESTOREMSG / TRESTOREMSG.txt
Text File  |  2003-09-19  |  1KB  |  59 lines

  1. object restoremsg: Trestoremsg
  2.   Left = 279
  3.   Top = 323
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Milo - przywracanie wiadomo'#347'ci'
  7.   ClientHeight = 97
  8.   ClientWidth = 321
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 305
  24.     Height = 49
  25.     Caption = 'Status'
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 8
  29.       Top = 20
  30.       Width = 201
  31.       Height = 13
  32.       Caption = 'Trwa przywracanie wybranej wiadomo'#347'ci...'
  33.     end
  34.   end
  35.   object cacnel: TButton
  36.     Left = 237
  37.     Top = 64
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&Anuluj'
  41.     TabOrder = 1
  42.     OnClick = cacnelClick
  43.   end
  44.   object smtp: TIdSMTP
  45.     MaxLineAction = maException
  46.     ReadTimeout = 0
  47.     Port = 25
  48.     AuthenticationType = atNone
  49.     Left = 8
  50.     Top = 64
  51.   end
  52.   object restoretimer: TTimer
  53.     Interval = 100
  54.     OnTimer = restoretimerTimer
  55.     Left = 40
  56.     Top = 64
  57.   end
  58. end
  59.